Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github runner to release helm chart #7

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

jakeschuurmans
Copy link
Collaborator

No description provided.

Comment on lines +19 to +31
name: Checkout
uses: actions/checkout@v4
with:
path: ${{ env.CHART_NAME }}
fetch-depth: 0
-
name: Checkout Helm chart Repo
uses: actions/checkout@v4
with:
repository: metal-toolbox/${{ env.CHART_NAME }}
path: helm-charts
ref: gh-pages
fetch-depth: 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I missing something? These look like the same step.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but what branch is it pulling?

We are going to push to that branch (gh-pages). then those tarball helmcharts are available to be pulled.

check out flipflop's for reference: https://github.com/metal-toolbox/flipflop/tree/gh-pages

@jakeschuurmans jakeschuurmans merged commit c5a94cc into main Sep 30, 2024
6 checks passed
@jakeschuurmans jakeschuurmans deleted the GithubRunnerHelmRelease branch September 30, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants